home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / hyper / hsc_source.lha / hsc / source / hscprj / license.h < prev    next >
C/C++ Source or Header  |  1996-11-17  |  204b  |  16 lines

  1. /*
  2.  * hscprj/license.h
  3.  *
  4.  * routines to show license
  5.  *
  6.  */
  7.  
  8. #ifndef HSCPRJ_LICENSE_H
  9. #define HSCPRJ_LICENSE_H
  10.  
  11. extern STRPTR hsc_license;
  12. extern VOID show_license(VOID);
  13.  
  14. #endif /* HSCPRJ_LICENSE_H */
  15.  
  16.